org.eclipse.vtp.framework.interactions.voice.media
Class AudioContent

java.lang.Object
  extended by org.eclipse.vtp.framework.interactions.core.media.Content
      extended by org.eclipse.vtp.framework.interactions.core.media.FileContent
          extended by org.eclipse.vtp.framework.interactions.voice.media.AudioContent

public class AudioContent
extends FileContent


Field Summary
static java.lang.String ELEMENT_NAME
           
 
Fields inherited from class org.eclipse.vtp.framework.interactions.core.media.FileContent
STATIC_PATH, VARIABLE_PATH
 
Fields inherited from class org.eclipse.vtp.framework.interactions.core.media.Content
ELEMENT_NAMESPACE
 
Constructor Summary
AudioContent()
           
AudioContent(org.w3c.dom.Element element)
           
 
Method Summary
 Content createCopy()
           
 java.lang.String getContentType()
           
 java.lang.String getFileTypeName()
           
 org.w3c.dom.Element store(org.w3c.dom.Element element)
           
 
Methods inherited from class org.eclipse.vtp.framework.interactions.core.media.FileContent
captureData, getPath, getPathType, isDataAware, setStaticPath, setVariablePath, storeBaseInfo
 
Methods inherited from class org.eclipse.vtp.framework.interactions.core.media.Content
isResolvable, resolve
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ELEMENT_NAME

public static final java.lang.String ELEMENT_NAME
See Also:
Constant Field Values
Constructor Detail

AudioContent

public AudioContent()

AudioContent

public AudioContent(org.w3c.dom.Element element)
Method Detail

getFileTypeName

public java.lang.String getFileTypeName()
Overrides:
getFileTypeName in class FileContent

store

public org.w3c.dom.Element store(org.w3c.dom.Element element)
Specified by:
store in class Content

getContentType

public java.lang.String getContentType()
Specified by:
getContentType in class Content

createCopy

public Content createCopy()
Specified by:
createCopy in class Content